llvm-6502/lib
Ben Langmuir 82d372e12b Fix an inconsistency in treatment of trailing / in path::const_iterator
When using a //net/ path, we were transforming the trailing / into a '.'
when the path was just the root path and we were iterating backwards.
Forwards iteration and other kinds of root path (C:\, /) were already
correct.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202999 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-05 19:56:30 +00:00
..
Analysis ConstantFolding: Also fold the vector overloads of our math intrinsics. 2014-03-05 19:41:48 +00:00
AsmParser [Layering] Move AutoUpgrade.h into the IR library where its 2014-03-05 10:34:14 +00:00
Bitcode [Layering] Move AutoUpgrade.h into the IR library where its 2014-03-05 10:34:14 +00:00
CodeGen [Layering] Move DebugLoc.h into the IR library. The implementation 2014-03-05 10:30:38 +00:00
DebugInfo [C++11] Replace OwningPtr::take() with OwningPtr::release(). 2014-03-05 10:19:29 +00:00
ExecutionEngine [C++11] Replace OwningPtr::take() with OwningPtr::release(). 2014-03-05 10:19:29 +00:00
IR [Layering] Move AutoUpgrade.h into the IR library where its 2014-03-05 10:34:14 +00:00
IRReader [C++11] Replace OwningPtr::take() with OwningPtr::release(). 2014-03-05 10:19:29 +00:00
LineEditor
Linker
LTO [C++11] Replace OwningPtr::take() with OwningPtr::release(). 2014-03-05 10:19:29 +00:00
MC [C++11] Add overloads for externally used OwningPtr functions. 2014-03-05 10:27:34 +00:00
Object [C++11] Add overloads for externally used OwningPtr functions. 2014-03-05 10:27:34 +00:00
Option
Support Fix an inconsistency in treatment of trailing / in path::const_iterator 2014-03-05 19:56:30 +00:00
TableGen [C++11] Replace OwningPtr::take() with OwningPtr::release(). 2014-03-05 10:19:29 +00:00
Target Lower AVX v4i64->v4i32 truncate to one shuffle. 2014-03-05 19:41:16 +00:00
Transforms [Layering] Move DebugLoc.h into the IR library. The implementation 2014-03-05 10:30:38 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile