index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a typo.
Benjamin Kramer
2011-11-06
1
-1
/
+1
*
ADT/StringRef: Add ::lower() and ::upper() methods.
Daniel Dunbar
2011-11-06
1
-0
/
+26
*
Return only the least significant 8 bits of the exit status from
Peter Collingbourne
2011-11-06
1
-1
/
+1
*
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-05
1
-1
/
+1
*
build: Add initial cut at LLVMBuild.txt files.
Daniel Dunbar
2011-11-03
1
-0
/
+22
*
rename getHostTriple into getDefaultTargetTriple
Sebastian Pop
2011-11-01
4
-8
/
+8
*
rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE
Sebastian Pop
2011-11-01
2
-6
/
+2
*
Remove a couple unused methods. PR11201.
Eli Friedman
2011-11-01
3
-23
/
+0
*
Remove the Alpha backend.
Dan Gohman
2011-10-27
1
-7
/
+0
*
BlockFrequency: Use a smarter overflow check.
Benjamin Kramer
2011-10-27
1
-4
/
+8
*
Remove the Blackfin backend.
Dan Gohman
2011-10-25
1
-7
/
+0
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
1
-5
/
+0
*
Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...
NAKAMURA Takumi
2011-10-24
1
-18
/
+9
*
Print branch probabilities as percentages.
Benjamin Kramer
2011-10-23
1
-3
/
+3
*
Add compare operators to BranchProbability and use it to determine if an edge...
Benjamin Kramer
2011-10-23
1
-7
/
+0
*
Fix build on mingw-w64.
Anton Korobeynikov
2011-10-21
1
-6
/
+8
*
Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly ...
David Meyer
2011-10-20
1
-1
/
+0
*
Fix handling of the From parameter in StringRef::find.
Benjamin Kramer
2011-10-17
1
-2
/
+5
*
Let printf do the formatting instead aligning strings ourselves.
Benjamin Kramer
2011-10-16
2
-17
/
+12
*
remove the dead 'ShowLine' argument from SMDiagnostic.
Chris Lattner
2011-10-16
1
-11
/
+8
*
Make SMDiagnostic a little more sane. Instead of passing around note/warning...
Chris Lattner
2011-10-16
1
-16
/
+22
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
1
-21
/
+100
*
Add a bad char heuristic to StringRef::find.
Benjamin Kramer
2011-10-15
1
-3
/
+26
*
Revert r142046, "Fix for llvm::sys::getHostTriple on Windows. Instead of rel...
NAKAMURA Takumi
2011-10-15
1
-36
/
+4
*
Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the triple
Chad Rosier
2011-10-15
1
-4
/
+36
*
Windows/Memory.inc: Support the ability to allocate memory "near" another blo...
NAKAMURA Takumi
2011-10-15
1
-2
/
+7
*
Support/Windows: Add support modifying memory permissions on Windows. Patch b...
Michael J. Spencer
2011-10-13
1
-3
/
+45
*
Support/Windows: Add efficent RW mutex on Windows. Patch by Aaron Ballman!
Michael J. Spencer
2011-10-13
1
-11
/
+87
*
Avoid undefined behavior in signed integer negation. Patch by Ahmed Charles.
Eli Friedman
2011-10-13
1
-1
/
+2
*
Fix APFloat::getSmallestNormalized so the shift doesn't depend on undefined b...
Eli Friedman
2011-10-12
1
-1
/
+1
*
Fix APFloat::getLargest so that it actually returns the correct value. Found...
Eli Friedman
2011-10-12
1
-2
/
+3
*
Clean up a few references to System/. We still have docs/SystemLibrary.html
Daniel Dunbar
2011-10-11
5
-5
/
+5
*
The Mips specific function for instruction cache invalidation cannot be
Bruno Cardoso Lopes
2011-10-10
1
-34
/
+5
*
Fix APInt::operator*= so that it computes the correct result for large intege...
Eli Friedman
2011-10-07
2
-2
/
+3
*
Add more initializers to quiet a clang warning.
Eric Christopher
2011-10-05
1
-1
/
+1
*
Fix typo in comments.
Nick Lewycky
2011-10-03
1
-2
/
+2
*
Add Windows x64 stack walking support. Patch by Aaron Ballman!
Michael J. Spencer
2011-10-01
1
-32
/
+190
*
Fix a bug in compare_numeric().
Jakob Stoklund Olesen
2011-09-30
1
-6
/
+13
*
These symbols appear to be visible by SearchForAddressOfSymbol and no longer
Chad Rosier
2011-09-27
1
-15
/
+0
*
sys::Process: Add a SetWorkingDirectory method.
Daniel Dunbar
2011-09-23
2
-0
/
+9
*
Change:
Richard Trieu
2011-09-21
1
-1
/
+1
*
Remove the hack to check UNAME_RELEASE when identifying the Darwin version.
Bob Wilson
2011-09-20
1
-9
/
+0
*
U is good enough
Douglas Gregor
2011-09-20
1
-2
/
+2
*
Eliminate sign-comparison warnings in APInt
Douglas Gregor
2011-09-20
1
-2
/
+4
*
Add mips64 & mips64el to Triple. Patch by Liu with modifications.
Akira Hatanaka
2011-09-20
1
-0
/
+10
*
Rename LLVM_MULTITHREADED define and fix build without threads.
Eric Christopher
2011-09-19
2
-9
/
+9
*
Silence -Wsign-compare warnings from GCC.
Benjamin Kramer
2011-09-19
1
-2
/
+2
*
Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman!
NAKAMURA Takumi
2011-09-19
1
-2
/
+33
*
Fix a minor bug in fs::create_directories. Patch by Albert Wong.
Eli Friedman
2011-09-16
1
-1
/
+1
*
use 64-bit types instead of off_t/size_t to avoid the issue when
Ivan Krasin
2011-09-15
1
-4
/
+4
[next]