index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2010-04-08
Delete out of date comment.
Devang Patel
2010-04-08
Refactor.
Devang Patel
2010-04-08
Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...
Benjamin Kramer
2010-04-08
use abstract interface in two more places
Gabor Greif
2010-04-08
fix compile
Gabor Greif
2010-04-08
use abstract interface
Gabor Greif
2010-04-08
Use twines to simplify calls to report_fatal_error. For code size and readabi...
Benjamin Kramer
2010-04-08
Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32...
Evan Cheng
2010-04-08
Revert this change from a while ago; ScalarEvolution shouldn't analyze
Dan Gohman
2010-04-08
When expanding expressions which are using post-inc mode for multiple loops,
Dan Gohman
2010-04-08
Make post regalloc machine licm functional. It now passes all of MultiSource.
Evan Cheng
2010-04-08
mpsadbw is not commutative.
Eric Christopher
2010-04-08
Added support for ARM disassembly to edis.
Sean Callanan
2010-04-08
convert a report_fatal_error that I was able to trigger into a nice error
Chris Lattner
2010-04-07
minor tidying.
Chris Lattner
2010-04-07
use assertions instead of unreachable for logic errors.
Chris Lattner
2010-04-07
introduce a new recoverable error handling API to LLVMContext
Chris Lattner
2010-04-07
Say bitcast instead of bitconvert.
Dan Gohman
2010-04-07
rename llvm_install_error_handler -> install_fatal_error_handler
Chris Lattner
2010-04-07
Update CMake build.
Ted Kremenek
2010-04-07
Update cmake build.
Benjamin Kramer
2010-04-07
Add support for stpncpy_chk.
Eric Christopher
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
add newlines at end of files.
Chris Lattner
2010-04-07
remove some unneeded errorhandling stuff.
Chris Lattner
2010-04-07
minor tidying up
Chris Lattner
2010-04-07
tidy up
Chris Lattner
2010-04-07
Generalize IVUsers to track arbitrary expressions rather than expressions
Dan Gohman
2010-04-07
Missed this one line for the previous checkin to fix build warnings.
Johnny Chen
2010-04-07
Fixed warnings pointed out by clang.
Johnny Chen
2010-04-07
Fixed warnings pointed out by clang.
Johnny Chen
2010-04-07
Fixed a bug where the disassembler would allow an immediate
Sean Callanan
2010-04-07
Fixed 3 warnings pointed out by clang.
Johnny Chen
2010-04-07
Re-enable ARM/Thumb disassembler and add a workaround for a memcpy() call in
Johnny Chen
2010-04-07
Added an AsmLexer for the ARM target, which uses
Sean Callanan
2010-04-07
Educate GetInstrSizeInBytes implementations that
Dale Johannesen
2010-04-07
fix 80-col violations
Gabor Greif
2010-04-07
Remove late ARM codegen optimization pass committed by accident.
Anton Korobeynikov
2010-04-07
Split A8/A9 itins - they already were too big.
Anton Korobeynikov
2010-04-07
Add some crude itin approximation for VFP load / stores on A9
Anton Korobeynikov
2010-04-07
Add some crude approximation for neon load/store instructions
Anton Korobeynikov
2010-04-07
Add some A8-based approximation for instructions with unknown cycle times
Anton Korobeynikov
2010-04-07
Move NEON-VFP domain fixer upper, so post-RA scheduler would benefit from it.
Anton Korobeynikov
2010-04-07
Since tblgen bug was fixed (thanks Jakob!) we don't need InstrStage2 hack any...
Anton Korobeynikov
2010-04-07
Fix A8 FP NEON MAC itins
Anton Korobeynikov
2010-04-07
A9 NEON FP itins
Anton Korobeynikov
2010-04-07
Some permute goodness for A9
Anton Korobeynikov
2010-04-07
More shift itins for A9
Anton Korobeynikov
2010-04-07
More fixes for itins
Anton Korobeynikov
2010-04-07
Fix invalid itins for 32-bit varians of VMLAL and friends
Anton Korobeynikov
[prev]
[next]